docs: don't use signal syntax for properties
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Wed, 22 Jan 2014 01:58:13 +0000 (20:58 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Wed, 22 Jan 2014 03:40:55 +0000 (22:40 -0500)
gtk/gtkstack.c

index f158d134e5c7e55ffeff1f6c78296d28299d3a3f..d21f3163433887bfb17085b6e1c7ca91ab126dc4 100644 (file)
@@ -42,7 +42,7 @@
  *
  * Transitions between pages can be animated as slides or
  * fades. This can be controlled with gtk_stack_set_transition_type().
- * These animations respect the #GtkSettings::gtk-enable-animations
+ * These animations respect the #GtkSettings:gtk-enable-animations
  * setting.
  *
  * The GtkStack widget was added in GTK+ 3.10.